*{
    margin: 0%;
    padding: 0%;
}

body{
   font-family: poppins;
 
}




@font-face {
    font-family: poppins;
    src: url(../font/Poppins-Regular.ttf);
}
@font-face {
    font-family: poppins-bold;
    src: url(../font/Poppins-Medium.ttf) !important;
}





/* Navbar */
.Topbar{
    
}
.NavbarSection{
    position: sticky;
    width: 100% !important;
    top: 0%;
    background-color: #FFFFFF;
    z-index: 999;

}
.logo{
    width: 120px !important;
}
.navbar_option{
    font-size: 16px !important;
    border: 1px solid transparent;
    border-radius: 50rem; 
    padding: 1px 12px !important;
    transition: .5s all ease !important;
    &:hover{
        color: #E70B00 !important;
        border: 1px solid #E70B00;
    }
}
.navbar_option.active{
    color: #E70B00 !important;
    border: 1px solid #E70B00;
}


.whatsappBtn{
    border: 1px solid transparent;
    transition: .5s all ease !important;
    &:hover{
        background-color: #E70B00;
        border: 1px solid #E70B00;
    }
    
}

.navbar-toggler.btn{
    border: 1px solid #E70B00;
}

.FirstHeading{
    background-color: #E70B00;
    color: white;
    border-color: #E70B00;
    padding-top: 3px;
    @media only screen and (max-width: 768px) {
    font-size: 17px !important;
    }
 
}

/* first_background */
.first_section{
     
    position: relative !important;
}
.first_bg_Image{
    
    position: absolute !important;
    width: 40% !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%,-50%);
    z-index: -1;

    @media only screen and (max-width: 992px) {
        width: 75% !important;
    }
    @media only screen and (max-width: 768px) {
        width: 78% !important;
    }
    @media only screen and (max-width: 525px) {
        width: 100% !important;
    }

    
}



.heading{
    font-family: poppins-bold !important;
    font-weight: 500;
    font-size: 75px;

    @media only screen and (max-width: 992px) {
        font-size: 55px !important;
    }
    @media only screen and (max-width: 768px) {
        font-size: 36px !important;
    }
    @media only screen and (max-width: 525px) {
        font-size: 27px !important;
    }
}

.date{
    font-size: 13px;
    color: #E70B00;
    @media only screen and (max-width: 992px) {
        color: #212529;
    }
}
.cardImage{
    width: 85px;
}
.signupbtn{
    font-size: 16px !important;
    transition: .5s all ease;
    &:hover{
        background-color: #E70B00;
        border-color: #E70B00;
    }
}




/* Slider */

.nextBtn,
.preBtn{

    width: 70px;
    height: 35px;
    border: 1px solid #212529;
    background-color: #212529;
    color: white;
    cursor: pointer;
    border-radius: 5px;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    transition: .5s all ease;

    &:hover{
        background-color: #E70B00;
        border-color: white;
    }
}
.nextBtn{
    right: 1%;
}
.preBtn{
    right: 10%;
    @media only screen and (max-width: 992px) {
        right: 20%;
    }
    @media only screen and (max-width: 525px) {
        right: 25%;
    }
}



/* About */
.callBox{
    background-color: #E70B00;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    color: white;
    border-radius: 10px;
}


.maps{
    width: 100%;
    height: 100%;
    @media only screen and (max-width: 992px) {
        height: 320px !important;
    }
    @media only screen and (max-width: 525px) {
        height: 280px !important;
    }
}



.contactForm{

    @media only screen and (max-width: 992px) {
            background-image: url(/asset/images/img_back/2.svg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center,center;
    }

}
.contactForm input,
.contactForm select,
.contactForm textarea{
    background-color: transparent;

    &:focus{
        background: transparent;
        backdrop-filter: blur(10px);
        border-color: #EFEFEF;
        box-shadow: 0px 2px 5px #EFEFEF;
    }
}
.contactForms input{
    background-color: transparent;

    &:focus{
        background: transparent;
        backdrop-filter: blur(10px);
        border-color: #EFEFEF;
        box-shadow: 0px 2px 5px #EFEFEF;
    }
}

.footerEmail::placeholder{
    color: white;
}




/* Blood Group */
.bloodgroupCard{
    position: relative;
    overflow: hidden;

    &::after{
        content: "";
        width: 110px;
        height: 110px;
        border: 1px solid #BF1B2C;
        border-radius: 100%;
        background-color: #BF1B2C;
        
        position: absolute;
        top: -50px;
        left: -50px;
    }
    &::before{
        content: "";
        width: 110px;
        height: 110px;
        border: 1px solid #BF1B2C;
        border-radius: 100%;
        background-color: #BF1B2C;
        
        position: absolute;
        bottom: -50px;
        right: -50px;
    }
}

.bloodgroupCard .bacImage{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    width: 180px;
}
.bloodgroupCard h1{
    background-color: white;
    width: 85px;
    height: 85px;
    border-radius: 100%;
    padding: 10px;
    border: 2px solid #212529;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px !important;
}

.bloodgroupCard .status{
    font-size: 14px;
    background-color: #087a45;
    padding: 0px 10px;
    color: white;
    position: absolute;
    top: 0px;
    right: 0px;
}