﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}


.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
    background-color: #0d0c09;
}

@font-face {
    font-family: Cinzel;
    src: url('../fonts/Cinzel Family/Cinzel/Cinzel-Regular.otf');
}

.Cinzel {
    font-family: Cinzel;
}



.parallax {
    /* The image used */
    background-image: url("../img/Background.png");
    /* Set a specific height */
    min-height: 950px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: -15px;
    margin-right: -15px;
}


.parallaxBanner1 {
    /* The image used */
    background-image: url("../img/Background3_Green.jpg");
    /* Set a specific height */
    min-height: 35vh;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.PBlogo {
    width: 35%;
    /*opacity: 0.5;*/
}

.PBText {
    color: #383d41;
    font-weight: bold;
}

.PBText_First {
    font-size: 6.5vw;
}

.PBbrandLogo {
    height: 32px;
}

.NavbarItemRight {
    margin-left: auto !important;
}

.NavbarText {
    color: #383d41
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
    position: fixed;
    width: 100%;
    z-index: 1;
}

    .navbar-fixed-top.scrolled {
        top: 0;
        border-width: 0 0 1px;
        position: fixed;
        width: 100%;
        z-index: 1;
        background-color: white !important;
        /*background-color: #fff !important;*/
        transition: background-color 200ms linear;
    }

.centerLogo {
    position: absolute;
    top: 40%
}

.center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btn-primary {
    background-color: #92999c;
    border-color: dimgrey;
    border-width: 1px;
    color: white;
}

.TypingText {
    color: black;
    font-family: Cinzel;
}

.AboutBackground {
}


.divider {
    display: flex;
}

    .divider:before, .divider:after {
        content: "";
        flex: 1;
    }

.donotcross {
    overflow: hidden;
    align-items: center;
    background: #595959;
    color: white;
    height: 0.1em;
    line-height: 2em;
    margin-left: -15px;
    margin-right: -15px
}

    .donotcross:before, .donotcross:after {
        background: white;
        padding: 50px 0;
        height: 0;
        transform: rotate(45deg);
    }


hr {
    max-width: 100px;
    margin: 0px;
    border-top: 2px solid #34b467;
}

.hideFixedTitle {
    background-color: white;
    position: relative;
    z-index: 200;
    color: black
}


ul#GreenBulltets {
    list-style: none; /* Remove default bullets */
}

    ul#GreenBulltets li::before {
        content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
        color: #34b467; /* Change the color */
        font-weight: bold; /* If you want it to be bold */
        display: inline-block; /* Needed to add space between the bullet and the text */
        width: 1em; /* Also needed for space (tweak if needed) */
        margin-left: -1em; /* Also needed for space (tweak if needed) */
    }


.whatsApp_Action {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 50px;
    right: 35px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 25px;
    z-index: 500;
}


    .whatsApp_Action:hover {
        transition: 1.3s;
        transform: rotateY(180deg);
        background-color: deepskyblue;
    }


.email_Action {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 120px;
    right: 35px;
    background-color: #1861ac;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 25px;
    z-index: 500;
}


    .email_Action:hover {
        transition: 1.3s;
        transform: rotateY(180deg);
        background-color: deepskyblue;
    }




@media only screen and (min-width: 768px) {
   
    .centerLogo {
        margin: 0;
        position: fixed;
        top: 50%;
        left: 25%;
        transform: translate(-50%, -50%);
    }
}

@media only screen and (max-device-width: 1366px) {
    .parallax, .parallaxBanner1 {
        background-attachment: scroll;
    }

    
}

@media only screen and (max-width: 991px) {
    .NavbarItemRight {
        margin-left: 0 !important;
    }

}
