@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@900&display=swap');

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

html {
    height: 100%;
}

body{
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    max-width: 1536px;
    margin-left: auto;
    margin-right: auto;
}

header {
    padding: 0px;
    margin: 0px;
}

nav {
    padding: 0px;
    max-width: 1536px;
    margin-left: auto;
    margin-right: auto;
}

.top-nav-center {
    max-width: 1536px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    width: 100%;
    background-color: black;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 12px;
    display: flex;
    position: fixed;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
    
.top-nav-center li {
    list-style-type: none;
    padding: 25px 16px;
    
}
.topnav a{
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-size: 11px;
    box-shadow: inset 0 0 0 0 #54b3d6;
    transition: color .8s ease-in-out, box-shadow .9s ease-in-out;
    
}

.topnav a:hover{
    cursor: pointer;
    color: rgb(0, 0, 0);
    opacity: 0.6;
    border: white 1px solid;
    box-shadow: inset 200px 0 0 0 #ffffff;
}

.nav-row2 {
    background-color: /* #424040*/rgb(255, 255, 255);
    display: flex;
    padding-bottom: -200px;
    align-items: center;
    justify-content: center;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 3px;
    padding-top: 70px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 12px;
    box-sizing: border-box;
}

.header-logo{
    height: 35px;
}

.nav-rightButton{
    display: flex;
}

.aboutus button{
    background-color: rgb(255, 141, 35);
    color: #000;
    border: 1px solid rgb(206, 197, 197);
    padding: 8px 14px;
    font-size: 12px;
    font-family: "Roboto Condensed", sans-serif;
    cursor: pointer;
    transition: color .8s ease-in-out, box-shadow .9s ease-in-out;
}

.aboutus button:hover{
    cursor: pointer;
    color: rgb(0, 0, 0);
    opacity: 0.6;
    border: rgb(255, 255, 255) 1px solid;
    box-shadow: inset 200px 0 0 0 rgb(10, 68, 122);
}

.blogs button{
    background-color: rgb(10, 68, 122);
    color: white;
    border: 1px solid rgb(206, 197, 197);
    padding: 8px 12px;
    font-size: 12px;
    font-family: "Roboto Condensed", sans-serif;
    cursor: pointer;    
    transition: color .8s ease-in-out, box-shadow .9s ease-in-out;
}

.blogs button:hover{
    cursor: pointer;
    color: rgb(0, 0, 0);
    opacity: 0.6;
    border: white 1px solid;
    box-shadow: inset 200px 0 0 0 rgb(255, 141, 35);
}


marquee {
    font-size: 10px;
    margin-left: 100px;
    margin-right: 100px;
    font-family: "poppins", sans-serif;
}

main{
    background-color: rgb(228, 228, 228);
    padding: 10px 0px 50px;
    font-family: "Roboto Condensed", sans-serif;
}

.about-1 h1{
    font-size: 25px;
    padding: 40px 0px 10px;
    font-weight: bold;
    color: rgb(19, 18, 18);
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.about-1 p{
    padding: 0px 100px 10px;
    font-size: 15px;
    text-align: center;
}

.about-item {
    margin: 20px 0px 20px;
    background-color: rgb(66, 65, 65);
    color: white;
    padding: 50px 30px;
    box-shadow: 0px 0px 10px rgba(0,0,0.6);
}

.about-item h3{
    font-size: 20px;
}

.about-item p{
    font-size: 14px;
}

.about-item:hover {
    background-color: black;
}

.about-item:hover svg{
    transform: translateY(-20px);
    transition: all 400ms ease-in-out;
}

.container2 {
    padding: 50px;
    margin-top: 50px;
    background-color: rgb(66, 65, 65);
    box-shadow: 0px 0px 10px rgba(0,0,0.6);
}

.container2:hover{
    background-color: #000000;
}

.container2 h5{
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #a7a3a3;
    text-shadow: 4px 2px rgb(73, 11, 11);
    padding-bottom: 20px;
}

.alphaFacilty video{
    height: 350px;
    box-shadow: 0px 0px 10px rgba(0,0,0.6);
}

.alphaFacilty video:hover{
    transform: translateY(-20px);
    transition: all 400ms ease-in-out;
}

.rates-item {
    border: black solid 1px;
    padding: 20px 5px;
    text-align: center;
    padding-bottom: 50px;
    margin-top: 70px;
    background-color: rgb(19, 18, 18);
}

.rates-item h4{
    color: rgb(255, 255, 255);
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    text-shadow: 4px 3px rgb(46, 45, 45);
}

.rates-list {
    background-color: rgb(185, 182, 182);
    padding: 20px 5px;
    box-shadow: 0px 0px 15px rgb(238, 15, 15);
}

.rates-list h6{
    text-align: center;
}

#otherinfo {
    margin: 50px 0px 0px;
}
#otherinfo p{
    font-size: 13px;
}

footer {
    color: rgb(255, 255, 255);
    background-color: #111;
    font-family: "Roboto Condensed", sans-serif;
    
}

.footerlogo{
    background-color: #111;
    height: 50px;
    margin-top: 10px;
}

.footertop{
    padding: 10px 30px 20px;
    width: 100%;
    text-align: center;
}

.underfooterlogo{
    font-size: 10px;
    margin-top: -10px;
}

.socmed-icons{
    display: flex;
    justify-content: center;
}

.socmed-icons a{
    text-decoration: none;
    padding: 10px;
    background-color: white;
    margin: 10px;
    border-radius: 50%;
}

.socmed-icons a i{
    font-size: 1.3em;
    opacity: 0.9;
}

.socmed-icons a:hover{
    background-color: #111;
    transition: 0.5s;
}

.fa-facebook{
    color: rgb(0, 101, 252);
}
.fa-instagram{
    background-color: red;
    background-size: 100%;
    background-image: linear-gradient(45deg, orange, rgb(255, 0, 200));
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
}

.fa-google-plus{
    color: red;
}

.footerbottom{
    text-align: center;
    background-color: #000;
    padding: 20px 0px 3px;
    
}

.ALPHA53 {
    opacity: 0.7;
    letter-spacing: 1px;
    font-weight: 400;
    margin: 0px 5px;
}

@media (max-width: 1536px) {


}

@media (max-width: 1280px) {
    .footerbottom{
    padding: 10px;
    }
    .footerbottom p{
    font-size: 12px;
    }
}

@media (max-width: 1024px) {


}

@media (max-width: 768px) {
    marquee {
        font-size: 9px;
        margin-left: 1px;
        margin-right: 1px;
        font-family: "poppins", sans-serif;
    }
    
    .alphaFacilty video{
        height: 300px;
        box-shadow: 0px 0px 10px rgba(0,0,0.6);
    }
    .footerlogo{
    height: 45px;
    }

    .socmed-icons a i{
    font-size: 1em;
    opacity: 0.9;
    }

    .footerbottom{
    text-align: center;
    background-color: #000;
    padding: 10px;
    }
    .footerbottom p{
    font-size: 10px;
    }

}

@media (max-width: 640px) {
    marquee {
        font-size: 9px;
        margin-left: 1px;
        margin-right: 1px;
        font-family: "poppins", sans-serif;
    }
    
    .alphaFacilty video{
        height: 200px;
    }

    .footerbottom{
        text-align: center;
        background-color: #000;
        padding: 10px 0px 1px; 
    }
}

@media (max-width: 475px) {
header {
    max-width: 475px;
    overflow: hidden;
}

.nav-row2 {
   
    padding-right: 10px;
    padding-left: 10px;
}    
.header-logo{
    height: 25px;
}
marquee {
    font-size: 9px;
    margin-left: 1px;
    margin-right: 1px;
    font-family: "poppins", sans-serif;
}

.aboutus button {
    font-size: 10px;
    padding: 5px 5px 5px;
}

.blogs button{
    font-size: 10px;
    padding: 5px 5px 5px;
}

.nav-rightButton button{
    height: 20px;
    padding-top: 2px;
}


}

@media (max-width: 375px) {
    header {
        max-width: 375px;
        overflow: hidden;
    }
    
    .nav-row2 {
       
        padding-right: 10px;
        padding-left: 10px;
    }    
    .header-logo{
        height: 25px;
    }
    marquee {
        font-size: 9px;
        margin-left: 1px;
        margin-right: 1px;
        font-family: "poppins", sans-serif;
    }
    
    .aboutus button {
        font-size: 10px;
        padding: 5px 5px 5px;
    }
    
    .blogs button{
        font-size: 10px;
        padding: 5px 5px 5px;
    }
    
    .nav-rightButton button{
        height: 20px;
        padding-top: 2px;
    }
    .alphaFacilty video{
        height: 160px;
        transform: translateX(-6%);
    }
    }

    @media (max-width: 380px) {
        .alphaFacilty video{
            height: 160px;
            transform: translateX(-5%);
        }
    }