/* @import url(//fonts.googleapis.com/css?family=Montserrat:300,400,500); */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
 :root {
    --Primary-color: #482FF7;
    --nav-bg: #0a025ae0;
    --light-Bg: #F2F1FF;
    --White-bg: #fff;
}

*,
* ::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
}

p {
    line-height: 1.4;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    /* overflow-x: hidden; */
    font-family: 'Montserrat', sans-serif !important;
    scroll-behavior: smooth;
}

.container {
    height: auto !important;
}

.jumbotron {
    height: 50vh !important;
    color: white;
    /* background-image: url(../assets/Images/headway-5QgIuuBxKwM-unsplash.jpg); */
}

.jumbotron h1 {
    margin: auto;
    text-align: center;
    height: 100%;
    z-index: 15 !important;
    margin-top: 10%;
    font-size: 8rem;
    font-weight: 500;
    background: linear-gradient(145deg, #f81f01 0%, #ee076e 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    /* text-shadow: 2px 2px #000; */
    transform: translate(-0%, 0);
}

@media (max-width:1200px) {
    .jumbotron h1 {
        font-size: 5rem;
        font-weight: 500;
    }
}

@media (max-width:400px) {
    .jumbotron h1 {
        margin-top: 15%;
        font-size: 3rem;
        font-weight: 500;
    }
}

.bg-cover {
    background-image: url(/assets/img/studyBannerOptimised.jpg);
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: -2;
}

.overlay {
    background-color: #000;
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.template_faq {
    background: #edf3fe none repeat scroll 0 0;
}

.panel-group {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.04);
    margin-bottom: 0;
    padding: 30px;
}

#accordion .panel {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 15px 10px;
}

#accordion .panel-heading {
    border-radius: 30px;
    padding: 0;
}

#accordion .panel-title a {
    background: #ff2024 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 20px 12px 50px;
    position: relative;
    transition: all 0.3s ease 0s;
}

#accordion .panel-title a.collapsed {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #333;
}

#accordion .panel-title a::after,
#accordion .panel-title a.collapsed::after {
    background: #fb6b11 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
    color: #fff;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-size: 25px;
    height: 55px;
    left: -15px;
    line-height: 55px;
    position: absolute;
    text-align: center;
    top: -5px;
    transition: all 0.3s ease 0s;
    width: 55px;
}

#accordion .panel-title a.collapsed::after {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    box-shadow: none;
    color: #333;
    content: "\f105";
}

#accordion .panel-body {
    background: transparent none repeat scroll 0 0;
    border-top: medium none;
    padding: 20px 25px 10px 9px;
    position: relative;
}

#accordion .panel-body p {
    border-left: 1px dashed #8c8c8c;
    padding-left: 25px;
}

.card-deck {
    justify-content: center;
    flex-wrap: wrap !important;
}

.card {
    margin: 0.5rem !important;
    min-width: 200px !important;
    width: 300px !important;
    padding-bottom: 30px;
    /*border-radius: 1px;
    background: linear-gradient(lightblue,white);
    box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);*/
    box-shadow: 0px -5px #ff2959;
    transition: .3s transform cubic-bezier(.155, 1.105, .295, 1.12), .3s box-shadow, .3s -webkit-transform cubic-bezier(.155, 1.105, .295, 1.12);
    cursor: pointer;
}

@media(max-width: 450px) {
    .card {
        margin: 0;
        width: 150px !important;
    }
}

@media(max-width: 350px) {
    .card {
        margin: 0;
        width: 150px !important;
    }
}

.card:hover {
    color: white;
    background-color: #ff2959;
    /*background: linear-gradient(#d9534f,#f0ad4e);*/
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(185, 7, 7, 0.12), 0 4px 8px rgba(184, 16, 16, 0.06);
    /*border: 1px solid;
    padding: 10px;
    /*box-shadow: -5px -10px #d9534f;*/
}

.card-body .card-btn {
    position: absolute;
    color: #cf312b !important;
    /*border-radius:0px;*/
}

.card-btn:hover {
    background: white;
    color: #cf312b !important;
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(185, 7, 7, 0.12), 0 4px 8px rgba(184, 16, 16, 0.06);
}

.card-deck:hover a {
    color: white;
}

.dropdown-menu li a {
    position: relative;
    color: #000 !important;
    padding: 0.5rem;
    /* border: 1px solid rgb(66, 66, 66); */
    display: block;
    margin-bottom: 2px;
    border-radius: 5px;
    background-color: rgba(204, 204, 204, 0.507);
}

.dropdown a:hover {
    /* background: linear-gradient(135deg, #ffa067 0%, #ff2959 49%); */
    padding: 1rem;
}