@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');

:root {
    --primary-color: #5DCDF6;
    --secondary-color: #139DCF;
    --box: #FCFCFC;
    --light: #fff;
    --dark: #1b1b1b;
}

body::-webkit-scrollbar {
	width: 0.7em;
}

body::-webkit-scrollbar-track {
    background-color: #dfeeff;
}

body::-webkit-scrollbar-thumb {
	background-color: var(--secondary-color);
    border-radius: 20px;
}

.dropdown-menu {
    z-index: 99;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 20px;
    border: 0px;
    padding: 15px;
}

.dropdown-menu a {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
    font-weight: 500;
    border-radius: 20px;
}

.dropdown-menu a, .dropdown-menu a:focus {
    display: flex;
    align-items: center;
    font-size: 15px;
    white-space: nowrap;
    transition: 0.3s;
}

.dropdown-menu a:focus {
    background-color: #139DCF !important;
    color: #fff;
}


/* MAIN */

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

p {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    margin-bottom: 0px;
}

h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;
    margin-bottom: 0px;
}

h1 {
    font-size: 2.5rem;
    line-height: 2.5rem;
    font-weight: 700;
    margin-bottom: 0px;
}

.text-blue {
    color: var(--secondary-color);
}

.a-blue {
    text-decoration: none;
    color: var(--secondary-color);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    font-size: 12px;
    margin-top: 15px;
}

.a-blue:hover {
    text-decoration: none;
    color: var(--primary-color);
}

.a-blue-large {
    text-decoration: none;
    color: var(--secondary-color);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.a-blue-large:hover {
    text-decoration: none;
    color: var(--primary-color);
}

.noAStyle {
    text-decoration: none;
    color: var(--dark);
}

.button {
    display: inline-block;
    padding: 8px 20px;
    background-color: var(--secondary-color);
    color: var(--light);
    border-radius: 30px;
    cursor: pointer;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.button:hover {
    background-color: var(--primary-color);
    color: var(--light);
}

.button-danger {
    display: inline-block;
    padding: 8px 20px;
    background-color: #9F372C;
    color: var(--light);
    border-radius: 30px;
    cursor: pointer;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.button-danger:hover {
    background-color: #b94636;
    color: var(--light);
}


.button-light {
    display: inline-block;
    padding: 8px 20px;
    background-color: var(--light);
    color: var(--dark);
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.button-light:hover {
    background-color: var(--primary-color);
    color: var(--light);
}

.page-padding {
    padding-left: 15%;
    padding-right: 15%;
}

.text-box {
    padding: 2rem 2rem;
    background-color: var(--box);
    border-radius: 20px;
    width: 100%;
}

.image-box {
    background-color: var(--box);
    border-radius: 20px;
    width: 100%;
    height: 100%;
}

.image-box img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    height: 100%;
}

.icon {
    height: 100px;
    margin-bottom: 20px;
}

/* FORMS */

.form-control {
    color: var(--dark);
    background-color: #eeeeee;
    border: 0px;
    height: 3em;
    border-radius: 20px;
    transition: all 0.2s ease-in-out;
    outline: none !important;
    box-shadow: none;
}

.form-control:focus {
    color: var(--dark);
    background-color: #c2c2c2;
    outline: none !important;
    box-shadow: none;
}

.form-check-input {
    background-color: #dfdfdf;
    width: 1em;
    height: 1em;
    border: 0px;
    border-radius: 20px;
    outline: none !important;
    box-shadow: none;
    outline: 0;
    transition: all 0.2s ease-in-out;
}

.form-control:focus {
    outline: none !important;
    box-shadow: none;
    outline: 0;
}

/* HEADER */

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2.2rem 2rem;
    background-color: var(--light);
}

.header-img {
    width:230px;
}

.header-nav .nav-item .nav-link {
    font-weight: 600;
}

.navbar-toggler {
    border: 0px !important;
    outline: none !important;
    font-size: 30px;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 #ffffff00 !important;
}

.navbar-toggler .bi {
    color: var(--secondary-color) !important;
    font-size: 35px;
    transition: all 0.2s ease-in-out;
}

.navbar-toggler .bi:hover {
    color: var(--primary-color) !important;
}

.admin .nav-link {
    color: var(--dark);
    transition: all 0.2s ease-in-out;
    border-radius: 20px;
}

.admin .nav-link:hover {
    color: var(--light);
    transition: all 0.2s ease-in-out;
    background-color: #c9c9c9 !important;
    border-radius: 20px;
}

.admin .nav-link:focus {
    color: var(--light);
    transition: all 0.2s ease-in-out;
    background-color: #c9c9c9 !important;
    border-radius: 20px;
}

.admin .nav-link.active {
    color: var(--light);
    transition: all 0.2s ease-in-out;
    background-color: #139DCF !important;
    border-radius: 20px;
}

/* FOOTER */

.copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 2rem;
    background-color: #0E779D;
    color: var(--light);
}

.footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 2rem;
    background-color: var(--secondary-color);
}


/* HOME */

.home-hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(180deg, rgba(217, 217, 217, 0.00) 0%, #5DCDF6 100%);
    min-height: 500px;
    width: 100%;
}

.home-row {
    margin-top: -60px;
}

.home-hero .hero-text {
    padding-left: 15%;
}

.home-hero .hero-text h1 {
    width: 65%;
    font-size: 35px;
}

.bottom-box {
    padding: 2rem 2rem 0rem 2rem;
    border-radius: 20px 20px 0px 0px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(180deg, rgba(0, 209, 255, 0.07) 0%, rgba(93, 205, 246, 0.53) 100%);
}

.bottom-title {
    position: relative;
}

.bottom-title img {
    position: absolute;
    bottom: -15px;
    left: 10px;
}

/* OUR TEAM */

.profile-box {
    background: #F6F6F6;
    width: 100%;
    border-radius: 20px;
    border: 0px;
    padding: 30px;
    margin-bottom: 20px;
    position: relative;
    cursor: default;
    top: 0;
    transition: top ease 0.5s;
    display: flex;
}

.profile-box:hover {
    top: -10px;
}

.profile-box img {
    height: 150px;
    border-radius: 20px;
    margin-right: 30px;
}

.profile-box .quote {
    border-radius: 15px;
    padding: 15px;
    margin-top: 15px;
    background: #eeeeee;
}

.profile-box-small {
    padding: 15px;
    align-items: center;
}


/* CONTACT */

.map {
    border-radius: 20px;
    position: relative;
    top: 0;
    transition: top ease 0.5s;
}

.map:hover {
    top: -10px;
}

/* ERROR */

.error {
    height: 100vh;
    padding-top: 150px;
}

/* MOBILE */

@media (max-width: 767px) {
	.copyright {
        display: block;
    }

    .copyright .copyright-text {
        margin-bottom: 10px;
    }

    .footer {
        display: block;
    }

    .footer img {
        margin-bottom: 10px;
    }

    .hero-text {
        padding-left: 5% !important;
        width: 85%;
    }

    .profile-box {
        display: block;
    }

    .profile-box img {
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .navbar-collapse {
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
        border-radius: 20px;
        border: 0px;
        padding: 15px;
        margin-bottom: 20px;
    }

    .button-mob {
        margin-top: 15px;
    }

    .page-padding {
        padding-left: 5%;
        padding-right: 5%;
    }

    .home-hero {
        display: block;
    }

    .home-hero img {
        width: 100%;
        margin-top: 50px;
    }

    .home-hero .hero-text h1 {
        width: 100%;
    }

    .bottom-box {
        display: block;
    }

    .bottom-box img {
        width: 100%;
        margin-top: 50px;
    }

    .desktop-only {
        display: none;
    }

    .header-img {
        width:150px;
    }
    
}

/* SITE NOTIFS - BY COASTERS & CRAFTERS LTD */
.site-notif {
    z-index: 10000;
    position: fixed;
    top: 50px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40%
}

.site-notif div {
    padding: 5px;
    margin-bottom: 5px;
    height: 50px;
}

.site-notif .success {
    background-color: #91ffe3 !important;
}

.site-notif .success .icon {
    color: #00956F;
}

.site-notif .warning {
    background-color: #f8c87b !important;
}

.site-notif .warning .icon {
    color: #BB7910;
}

.site-notif .danger {
    background-color: #fd968b !important;
}

.site-notif .danger .icon {
    color: #9F372C;
}

.site-notif .close {
    cursor: pointer;
}
