@charset "UTF-8";

@font-face {
	font-family: 'Butler';
	src: url('https://natcare.ca/fonts/Butler.woff2') format('woff2'),
		 url('https://natcare.ca/fonts/Butler.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'ProximaNova-Medium';
	src: url('https://natcare.ca/fonts/ProximaNova-Medium.woff2') format('woff2'),
		 url('https://natcare.ca/fonts/ProximaNova-Medium.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'ProximaNova-Regular';
	src: url('https://natcare.ca/fonts/ProximaNova-Regular.woff2') format('woff2'),
		 url('https://natcare.ca/fonts/ProximaNova-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.font-family-butler{
    font-family: 'Butler';
}

.font-family-proxima-medium{
    font-family: 'ProximaNova-Medium';
}
.font-family-proxima-regular{
    font-family: 'ProximaNova-Regular';
}

.color-1{
    color: #25361c;

}

.color-2{
    color: #a3d062;
}
.bg-color-2{
    background-color: #a3d062;
}

.text-white{
    color: #fff;
}

.text-decoration-none{
    text-decoration: none;
}

@media screen and (max-width: 991px) {
    .modal-xl {
        --bs-modal-width: 90%;
    }    
}


/***************************************************************
*              Hero Section                                  *
***************************************************************/
.a-navbar-link{
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 1.2rem;
}

.section-hero-background{
    background: url('images/hero-background.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 75vh;
}

.div-natcare-logo{
    padding-top: 100px;
    text-align: center;
}
.img-natcare-logo{
    width: 100%;
    max-width: 400px;
    height: auto;
}

.div-logo-bar{
    padding-top: 3rem;
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: left;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    gap: 1rem   ;

}
.div-navbar{
    padding-top: 3rem;
    padding-left: 3rem;
}
.div-navbar-links{
    display: flex;
    gap: 1rem;
}
@media screen and (max-width: 991px) {

    .div-logo-bar{
        text-align: center;        
        background-color: #fff;
        padding: 2rem;
    }
}



@media screen and (max-width: 767px) {
    .img-natcare-logo{
        max-width: 300px;
    }

    .div-natcare-logo{
        padding-top: 50px;
    }
}

@media screen and (max-width: 525px) {
    .div-natcare-logo{
        padding-top: 25px;
    }

    .div-logo-bar{
        flex-flow: column nowrap;
        justify-content: center;
        text-align: center;        
        background-color: #fff;
        padding: 2rem;
    }
}


/***************************************************************
*              Content Section                                  *
***************************************************************/
.section-content{
    background-color: #f4f3ec;
    padding: 7rem 3rem;    
}

.container-custom{
    max-width: 1100px;
}

.div-content-section{
    max-width: 800px;
    margin: 0 auto;
}
.h1-content{
    font-size: 2.2rem;
}

.p-content{
    font-size: 1.2rem;
    font-weight: 500;
}

.div-subheader{
    font-size: 1.1rem;
}

.img-plus-symbols{
    position: absolute;
    right: 0;
    top: -131px;
    width:100%;
    max-width: 250px;
    height: auto;
}

.img-doctor-handshake{    
    width:100%;
    max-width: 500px;
    height: auto;
    border-bottom-left-radius: 25%;   
    position: absolute;
    right:0;
    bottom: 0;    
}

.img-doctor-patient{
    width:100%;
    max-width: 500px;
    height: auto;
    border-top-right-radius: 25%;       
}

.div-spacing{
    height: 5rem;
}

.link-button{
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    border: none;
    border-top-right-radius: 24px;
    border-bottom-left-radius: 24px;
    padding: 1.4em;
    width: 300px;
    display: block;
    text-align: center;
    
}

.div-button-content{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

@media screen and (max-width: 1399px) {
    .img-doctor-handshake{        
        width:100%;
        max-width: 405px;
        height: auto;
        border-bottom-left-radius: 25%;        
    }

    .div-content-section{
        max-width: 600px;
    }
}

@media screen and (max-width: 991px) {
    .img-doctor-handshake{        
        position: relative;
        display: block;
        margin: 0 auto;
        width:100%;        
        height: auto;
        border-bottom-left-radius: 25%;        
    }

    .img-doctor-patient{
        position: relative;
        display: block;
        margin: 0 auto;
        width:100%;        
        height: auto;
        border-top-right-radius: 25%;       
    }

    .div-content-section{
        max-width: 500px;
    }

    .h1-content{
        font-size: 1.8rem;
    }
    
    .p-content{
        font-size: 1.2rem;
    }

    .div-button-content{
        display: flex;
        justify-content: center;
        align-items: center;
    }    
}


@media screen and (max-width: 767px) {

    .section-content{
        padding: 10rem 1rem 5rem 1rem;
    }

    .link-button{
        font-size: .8rem;
        width: 250px;
    }



}

@media screen and (max-width: 525px) {

    .section-content{
        padding: 10rem 1rem 5rem 1rem;
    }

    .link-button{
        font-size: .8rem;
        width: 100%;
        max-width: 300px;
    }

}

/***************************************************************
*              Register Section                                *
***************************************************************/
.section-register{
    background-color: #25361c;
    padding: 5rem 0;
    background: url('images/background-bottom.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.h3-register-now{
    font-size: 3rem;
}

.h4-register-now{
    font-size: 1.1rem;
    font-style: italic;
}


.img-bottom-design{
    position: absolute;
    bottom: 0;
    left: 0;
    width:100%;
    max-width: 15%;
    z-index: 0;
    height: auto;
}

.form-control-custom{
    background:transparent;
    border: 1px solid #25361c;
    border-bottom: 1px solid #a3d062;
}

.form-check-input-custom{
    border: 1px solid #a3d062;
    background-color: transparent;
}

.form-check-input-custom:checked{
    border: 1px solid #a3d062;
    background-color: transparent;
}

.div-preference{
    display: flex;
    gap: 2rem;
}

.div-footer{
    margin-top: 4rem;
    display: flex;
    justify-content: space-between;
}
.img-applemed-logo{
    width: 100%;
    max-width: 200px;
    height: auto;
}

@media screen and (max-width:767px){
    .h3-register-now{
        font-size: 2rem;
    }
}
@media screen and (max-width: 525px) {


    .div-preference{
        display: flex;
        flex-flow: row wrap;
        gap: .5rem;
    }

}