@import url("https://fonts.googleapis.com/css?family=DM+Serif+Display:400,400i|Gothic+A1:300,400,500,600,700,800&display=swap");

.navbar{
    background-color: rgba(0, 0, 0, 0.7);
}

.slider-img{
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    width: 100%;
}

.nav-link{
    padding-right: 1.5rem !important;
}

.nav-item{
    padding-right: 1.5rem !important;
}

.section-gap{
    margin-top: 50px; 
    margin-bottom:25px;
}

.c-message{
    font-family: "DM Serif Display", serif;
}

.bg-footer {
    padding-top: 10rem;
    padding-bottom: 8rem;
    min-height: 75%;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    background-image: url('images/bg-info.jpg');
}

.bg-footer::before {
    opacity: 0.5;
}

.p-r-1{
    padding: 1rem;
}

.p-r-2{
    padding: 2rem;
}

.p-r-3{
    padding: 3rem;
}

.p-t-2{
    padding-top: 2rem;
}

.p-t-3{
    padding-top: 3rem;
}

.pr-p-1{
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.my-goal{
    font-family: 'Gothic A1', sans-serif;
    font-weight: 400;
    margin-bottom: 3.6rem;
    color: #000000;
    font-style: italic;
}

.intro-content {
    z-index: 2;
    height: 100%;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
}

.intro-content-text{
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: .3em;
    margin-top: 0;
    margin-bottom: .8rem;
    position: relative;
    
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-animation-delay: 1.5s;
    animation-delay: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.intro-moto {
    font-family: "Gothic A1", sans-serif !important;
    color: #22cdd6;
    text-transform: uppercase;
}

.intro-title {
    font-family: "DM Serif Display", serif;
    color: #ffffff;
}

.intro-footer {
    font-family: "Gothic A1", sans-serif !important;
    color: #22cdd6;
    text-transform: uppercase;
}

.contact-email{
    font-size: 4rem;
    text-decoration: none !important;
}

.contact-number{
    font-size: 2rem;
    text-decoration: none !important;
}

.footer{
    font-weight: 700;

}

.p-certify{
    text-align: justify;
    font-size: 1.2rem;
    padding: 2rem;
    font-style: italic;

}

.t-certify{
    text-align: center;
    font-size: 1.2rem;
    font-weight: 800;
}



@media screen and (max-width:2000px) {
    .slider-img{
        min-height: 68rem;
    }
    .intro-content {
        padding-top: 20rem;
        padding-left: 15rem;
        padding-bottom: 24rem;
    }
    .intro-moto {
        font-size: 0.9rem;
    }
    .intro-title 
    {
        font-size: 6rem;
    }
    .intro-footer {
        font-size: 0.9rem;
    }
    .my-goal{
        font-size: 1.5rem;
    }
}
  
@media screen and (max-width:1400px) {
    
    .slider-img{
        min-height: 48rem;
    }
    .intro-content {
        padding-top: 18rem;
        padding-left: 10rem;
        padding-bottom: 24rem;
    }
    .intro-moto {
        font-size: 0.7rem;
    }
    .intro-title 
    {
        font-size: 4rem;
    }
    .intro-footer {
        font-size: 0.7rem;
    }
    .my-goal {
        font-size: 1.5rem;
        line-height: 1.5;
    }
    .c-name{
        font-size: 2.0rem;
    }
    .c-title{
        display: inline-block;
        font-size: 0.8rem;
        width: 75%;
    }
}
  
@media screen and (max-width:700px) {
    .navbar{
        background-color: rgba(0, 0, 0, 0.8);
    }
    .slider-img{
        min-height: 60rem;
    }
    .intro-content {
        padding-top: 12rem;
        padding-left: 3rem;
        padding-bottom: 12rem;
    }
    .intro-moto {
        font-size: 0.7rem;
    }
    .intro-title 
    {
        font-size: 2rem;
    }
    .intro-footer {
        font-size: 0.7rem;
    }
    .my-goal {
        font-size: 1.2rem;
    }
    .nav-link{
        padding-right: 10px !important;
    }
    
    .nav-item{
        padding-right: 10px !important;
    }

    .contact-email{
        font-size: 2rem;
    }

    .contact-number{
        font-size: 1.5rem;
    }

}

@keyframes fadeIn {
    from {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate3d(-50%, 100%, 0);
        transform: translate3d(-50%, 100%, 0);
        /* -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0); */
    }
  
    to {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
  

  
  
